/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* header */
*{
  font-family: 'Open Sans';
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* center */
.center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.center2{
  justify-content: center;
  align-items: center;
  width: 100%;
}

body, html{
    background-color: rgb(229 240 248);
    overflow: hidden;
}

.content{
  height: calc(100vh - 115px);
  overflow-y: auto;
  width: 100vw;
}

.content-Spaces{
  height: calc(100vh - 68px);
  overflow-y: auto;
  width: calc(100vw - 72px);
}

.content-index{
  height: 100vh;
  width: 100vw;
  overflow-y: auto;
}

.header{
    margin: 0;
    padding: 0;
}

/* navbar */
.navbar {
    overflow: hidden;
    background-color: white;
  }

.navbaritem, .navbaritem-r{
  float: left;
  font-size: 20px;
  padding: 20px;
  padding-bottom: 18px;
  border-bottom: 3px solid white;
  color: black;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}

.navbaritem-r{
  float: right;
}

.navbaritem:hover, .active{
  border-bottom: 3px solid #0026FF;
}

.navbaritems{
  list-style: none;
  margin: 0;
  padding: 0;
}

.burgermenu{
  width: 50px;
  position: absolute;
  top: 30px;
  padding-bottom: 10px;
  right: -10px;
  transform: translate(-50%, -50%);
  box-sizing: unset;
}

.burgermenu:after, .burgermenu::before, .burgermenu div{
  background-color: black;
  border-radius: 3px;
  content: '';
  display: block;
  height: 5px;
  margin: 7px 0;
  transition: 0.75s;
}

.rotate::before{
  transform: translateY(12px) rotate(135deg);
}

.rotate::after{
  transform: translateY(-12px) rotate(-135deg);
}

.rotate div{
  transform: scale(0);
}

.logo, .logo:hover{
  height: 50px;
  width: 50px;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 5px;
  padding-right: 25px;
  border-bottom: none;
  box-sizing:unset;
}

.menu{
  height: calc(100vh - 68px);
  background-color: white;
  text-decoration: none;
  position: absolute;
  right: -500px;
  top: 68px;
  z-index: 1;
  transition: 1s;
  overflow: auto;
  width: fit-content;
}

.menu-eingeblendet{
  right: 0;
  transition: 0.75s;
}

.open{
  display: flex;
}
  
.ul-menu{
  list-style: none;
  overflow-x: hidden;
}

.ul-menu li{
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ul-menu img{
  margin-top: 20px;
}

.hover:hover{
  background-color: #D9DADC;
  cursor: pointer;
}

.switch{
    margin-top: 10px;
}

.schriftgroesse{
  width: 30px;
  height: 30px;
}

.logout-button{
  margin-top: 30px;
}
  
  /* Buttons */
.btn{
  background-color: #0026FF;
  border: 2px solid #0026FF;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 7px 12px;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
}

.btn_leer:hover{
  cursor: pointer;
  background-color: #0026FF;
  color: white;
}

.btn_leer{
  background-color: transparent;
  color: #0026ff8a;
  border: 2px solid #0026ff8a;
  border-radius: 6px;
  padding: 7px 12px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.btn_leer_rot{
  background-color: transparent;
  border: 2px solid #ff0000;
  color: #ff0000;
  border-color: #ff0000;
  border-radius: 6px;
  padding: 7px 12px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.btn_leer_rot:hover{
  background-color: #ff0000;
  cursor: pointer;
}

.btn-abstand{
  margin-left: 20px;
}
  
.btn:hover{
  cursor: pointer;
  background-color: #0026ff8a;
}

.kleinbtn{
  width: 56px;
  height: 56px;
  padding: 2px;
  padding-bottom: 10px;
  margin-right: 20px;
}

.kleinbtn img{
  margin: 0;
  height: 45px;
}

/* index.php */
.body{
  height: 100vw;
  width: 100vw;
}

.logo-home{
  max-width: 80%;
  height: auto;
  margin-left: rem;
}

.card{
  margin: auto;
  margin-top: 2%;
  width: 90%;
  min-height: 400px;
  padding-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.32);
  transition: 0.3s;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.36);
  margin-bottom: 10px;
}

.card_kontakt{
    margin: auto;
    margin-top: 2%;
    width: 90%;
    min-height: 400px;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.32);
    transition: 0.3s;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.36);
    margin-bottom: 10px;
    font-size: 20px;
}

.display{
  display: block;
}

.flex{
  display: flex;
}

.loginput{
  height: 3.5rem;
  width: 75%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 5px;;
  border: none;
  background-color: rgb(255, 255, 255);
  padding-left: 1rem;
  font-size: 1em;
}

.loginput-upload{
  height: 3.5rem;
  width: 75%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 5px;;
  border: none;
  background-color: #efeff3;
  padding-left: 1rem;
  font-size: 1em;
}

.login-buttons, .registrieren{
  margin-top: 10px;
  float: right;
}

.left{
  float: left;
}

.right{
  float: right;
}

.pw-vergessen{
  margin-left: 10px;
}

.white{
  background-color: white;
}

/* Grid */
.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 2.50%; }
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

@media (max-width: 850px) {
  .row {
    display: flex;
    flex-direction: column;
  }
  body{
    overflow: hidden;
  }
  .content{
    height: calc(100vh - 68px);
  }
}

.darkmode{
  display: flex;
}

.home_darkmode_button, .home_farbenblindmode_button, .apple-switch{
  margin: 10px;
}

/* darkmode switch */
input.apple-switch {
  position: relative;
  appearance: none; outline: none;
  width: 50px; height: 30px;
  background-color: #ffffff; border: 1px solid #D9DADC;
  border-radius: 50px; box-shadow: inset -20px 0 0 0 #ffffff;
  transition-duration: 200ms;
  -webkit-appearance: none;
  }

input.apple-switch:after {
  content: "";
  position: absolute;
  top: 1px; left: 1px;
  width: 26px; height: 26px;
  background-color: transparent;
  border-radius: 50%; box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
  }

input.apple-switch:checked {
  border-color: #4ED164;
  box-shadow: inset 20px 0 0 0 #4ED164;
  }

input.apple-switch:checked:after {
  left: 20px;
  box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
  }

input.apple-switch{
  cursor: pointer;
}

/* footer */
.footer {
  background-color: rgb(255, 255, 255);
  color: black;
  text-align: center;
  font-size: 12px;
  bottom: 0;
  width: 100%;
  margin-top: 2%;
  position: absolute;
}
.relative{
  position: relative;
}

@media (max-width: 850px) {
  .footer {
    position: relative;
  }
}

.link{
  text-decoration: none;
  color: black;
}

/* Support-Anfrage */
.SupportUeberschrift{
  margin-bottom: 20px;
  margin-top: 10px;
}

#supportAnfrage_input {
  width: 75%;
  height: 3rem;
  margin-left: 1.5rem;
}

.supportAnfrage_schluss_nachricht {
  font-size: 1em;
  margin-top: 0.5em;
}

#text-supportAnfrage_input_text{
  width: 75%;
  height: 6rem;
  min-width: 75%;
  max-width: 75%;
  min-height: 20%;
}

.logo-kontakt{
  max-width: 50%;
}

/* account erstellung */
.abstand{
  margin-top: 10px;
}

/* Über uns */
.vorstellung_ueberschrift {
  text-align: center;
}

.vorstellung {
    text-align: center;
    margin: 1rem;
}

.ueberuns_schlussnachricht {
    margin: 1rem;
    font-size: 1.3rem;
    margin-top: 4rem;
}

.ueberschrift_ueberuns {
    text-align: center;
    margin-top: 20px;
}

.ueberuns_abstand{
  margin-left: 1rem;
  margin-right: 1rem;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Spaces */
.upload-card {
  margin: 20px auto;
  width: 50%;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(82, 12, 245, 0.2);
  text-align: center;
  display: none;
  transition: 8s;
}

.aktiv{
  display: block;

}

.unsichtbar{
  display: none;
}

.close-upload-card {
  margin: 20px auto;
  width: 50%;
  padding-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  text-align: center;
  background-color: #0026FF;
}

.fileToUpload{
  font-size: 10pt;
	background-color: transparent;
  padding:0mm;;
  cursor: pointer;
}

.file-upload {
  border: 1px solid #ccc;
  background-color: white;
  border-radius: 5px;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.file-upload:hover{
  background-color: lightgray;
}

.upload-button{
  margin-bottom: 15px;
}

.schliessen{
  font-size: 45px;
  font-weight: 600;
  position: relative;
  display: flex;
  float: right;
  margin-right: 15px;
  z-index: 1;
  cursor: pointer;
  color: gray;
  max-width: 31.25px;
}

.schliessen:hover{
  color: black;
}

.titeluploads{
  margin-bottom: 10px;
}

.loeschen-button{
  margin-top: 10px;
}

.user_hinzufügen{
  width: 20%;
}

/* Logout */
.rot::placeholder{
  color: red;
}

/* sidebar */
.sidebar{
  background-color: white;
  position: relative;
  height: calc(100vh - 68px);
  width: 4.5rem;
  min-width: 72.6833px;
  overflow-y: auto;
}

.abstand-brief{
  margin-top: 20px;
}

.sidebar-display{
  display: flex;
}

.gruppenname{
  height: 30px;
  width: 60px;
  border-radius: 30px;
  margin: auto;
  padding: 0 0;
  overflow: hidden;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 30px;
  background-color: rgba(228, 228, 228, 0.51);
  transition: 0.4s;
}

.gruppenname:hover{
  border-radius: 7px;
  background-color:#0026ff8a;
  color: white;
}

.gruppenname_liste{
  height: 30px;
  width: 40%;
  border-radius: 30px;
  margin: auto;
  padding: 0 0;
  overflow: hidden;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 30px;
  background-color: rgba(228, 228, 228, 0.51);
  transition: 0.4s;
}

.gruppenname_liste:hover{
  border-radius: 7px;
  background-color:rgba(255, 0, 0, 0.623);
  color: white;
}

.gruppenname_home{
  height: 30px;
  width: 60px;
  border-radius: 30px;
  margin: auto;
  padding: 0 0;
  overflow: hidden;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 30px;
  background-color: #0026ff8a;
  color:white;
  transition: 0.4s;
}

.gruppenname_home:hover{
  border-radius: 7px;
  background-color: #0026FF;
  color: white;
}

.gruppe-home{
  margin-left: 10px;
}

.open_acc{
  max-height: 500px;
}

.gruppeactive{
  border-radius: 7px;
  background-color: #0026ff8a;
  color: white;
}

/* Datenschutz */
.inhalt-box{
  display: inline-block;
}

.p-datenschutz, .split{
  margin: 1.2rem;
}

.ueberschrift3{
  margin-bottom: 1.2rem;
}

.h3, .h4{
  margin-top: 2rem;
}

.sprungNav2{
margin-left: 22px;
list-style: none;
}

.ol{
margin-left: 57px;
}

.daten{
margin-left: 55px;
}

.seite, .upload{
width: 60%;
}

.hundert{
  width: 100%;
}

.block{
  text-align: block;
}

.linksbuendig{
  text-align:left;
}

.split-text{
  font-size: 1.3rem;
}

.profilbild-rand{
  border: solid black 1px;
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
  margin-right: 130px;
  height: 58px;
  width: 58px;
  margin-top: 5px;
}

.profilbild{
  height: 58px;
  width: auto;
  overflow: hidden;
  padding: 0;
  object-fit: cover;
}

/* Barrierfreiheit */
.SprungNav{
  list-style: none;
}

.barrierefreiheit{
  margin-top:20px;
  margin-bottom: 20px;
}

.bf{
  margin-top: 15px;
}

.ul-barrierefreiheit{
  margin-top: 10px;
  margin-left: 30px;
  margin-bottom: 10px;
}

/* Test */
.invis{
  display: none;
}

.sichtbar{
  display: block;
}

h2{
  margin-top: 20px;
}

.loeschen, .hochladen, .aendern {
  background-color: #0026ff8a;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1em;
  transition: 0.4s;
  border-radius: 10px;
}

.aendern:hover{
  background-color: #0026FF;
  color: white;
}

.loeschen{
  margin: 0;
  padding: 5px;
}

.hochladen-button-max-width{
  max-width: 1000px;
}

.active-accordion, .loeschen:hover, .hochladen:hover {
  background-color: #2d4dff;
}

.active-accordion{
  border-radius: 10px 10px 0 0;
}

.hochladen_panel{
  border-radius: 0 0 10px 10px;
}

.loeschen_panel, .hochladen_panel, .aendern_panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.loeschen_panel{
  border-radius: 0 0 10px 10px;
  transition: 0.4s;
}

.aendern_panel{
  border-radius: 0 0 10px 10px;
}

/* Test */
.input-upload{
  margin-top: 20px;
}

.fünfundzwanzig{
  width: 90%;
}
.schrift {
  background-color: rgba(238, 238, 238, 0);
  color: black;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}

.sicher{
  margin-top: 10px;
  margin-bottom: 15px;
}

.ja_btn{
margin-bottom: 20px;
}

img{
  max-width: 100%;
}

/* Impressum */
.impressum_h1{
  margin: 15px;
}

.impressum_h3{
  margin: 15px;
  margin-top: 30px;
}

.impressum_text{
  margin: 25px;
}

button img {
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}

.schrift_panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.test{
  max-height: 100%;
}

.schrift_img{
  width: 55px;
  height: 55px;
}

.schrift_einstellungen{
  height: 40px;
  width: 40px;
}

/* Bilder vergößern effekt */
img[onClick]{
	cursor:pointer;
}

.preview{
	width:100%;
	height:100%;
	position:absolute;
	display:none;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.preview #imgPrev{
	display:block;
	margin: 0 auto;
}

.preview #preview_inner{
	width:100%;
	height: calc(100vh - 68px);
	background-position:center center;
	background-repeat:no-repeat;
  background-color: rgba(0, 0, 0, 0.664);
}

.preview a.close{
	cursor:pointer;
	float:right;
	margin:0;
	width:70px;
	height:68px;
	text-align:right;
	box-sizing:border-box;
	padding:15px 20px;
	background-color:#0026FF;
	color:#fff;
	border-radius:0 0 0 100%;
	font-family:Arial;
	font-size:18px;
  position: relative;
  top: 68px;
}

.preview a.close:hover{
	background-color:#4c65f3;
}

@media(max-width: 850px){
  .preview a.close{
    height: 61px;
    top: 61px;
  }

  .preview #preview_inner{
    height: calc(100vh - 61px);
  }
}

.platz{
  margin: 10px;
  height: 450px;
  width: 400px;
}

div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: auto;
  height: 100%;
}

div.desc {
  padding: 15px;
  text-align: center;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 7.692%;
}

@media only screen and (max-width: 5500px) {
  .responsive {
    width: 8.33333%;
    display: grid;
    justify-content: center;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 5100px) {
  .responsive {
    width: 9.09%;
    display: grid;
    justify-content: center;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 4700px) {
  .responsive {
    width: 10%;
    display: grid;
    justify-content: center;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 4300px) {
  .responsive {
    width: 11.1%;
    display: grid;
    justify-content: center;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 3900px) {
  .responsive {
    width: 12.5%;
    display: grid;
    justify-content: center;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 3500px) {
  .responsive {
    width: 14.285%;
    display: grid;
    justify-content: center;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 3100px) {
  .responsive {
    width: 16.6666%;
    display: grid;
    justify-content: center;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 2700px) {
  .responsive {
    width: 20%;
    display: grid;
    justify-content: center;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 2300px) {
  .responsive {
    width: 24.99999%;
    display: grid;
    justify-content: center;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 1900px) {
  .responsive {
    width: 33.3333333%;
    display: grid;
    justify-content: center;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 1350px) {
  .responsive {
    width: 50%;
    display: grid;
    justify-content: center;
  }
}

@media only screen and (max-width: 950px) {
  .responsive {
    width: 100%;
    display: grid;
    justify-content: center;
  }
}

.titel-spaces{
  height: 10%;
}

.img-spaces{
  height: 50%;
}

.original, .beschreibung-spaces{
  height: 5%;
}

.loeschen-spaces{
  height: 30%;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  border-radius: 15px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.gruppennamebutton{
  border-radius: 30px;
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  background-color: #0026ff8a;
}

.gruppennamebutton:hover{
  background-color: #0026FF;
}

@media (max-width: 850px) {
  .seite, .upload, .loginput-upload{
    width: 100%;
  }

  /* Navbar */
  .navbaritem{
    font-size: 15px;
  }

  .ul-menu li{
    font-size: 15px;
  }

  .navbar{
    height: 61px;
  }

  .navbaritem-r{
    border-bottom: none;
  }

  .menu{
    top: 60px;
  }

  .burgermenu::after, .burgermenu::before, .burgermenu div {
  height: 4px;
  margin: 7px 6px;
  }

  .hundert .fünfundzwanzig{
    width: 100%;
  }

  .profilbild-rand{
    height: 52px;
    width: 52px;
    border-bottom: 1px solid black;
  }
  
  .profilbild{
    height: 52px;
  }
}

.agb{
  margin-left: 20px;
}

.agblabel{
  text-align:left;
  font-size: 15px;
}

.kumpelblase{
  font-size: 16px;
}